home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Applications (app) / XTND Graphics / XTND stuff / BitMapstoEPS-Readme < prev    next >
Encoding:
Text File  |  1992-04-27  |  6.6 KB  |  176 lines  |  [ttro/ttxt]

  1.     
  2.               BitMap To EPS V2.0.1
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. ==================================================
  14. BitMapToEPS History...
  15. Version 1.0 - EPS, MacPaint, and PICT reading routines
  16. Version 1.1 - Added Claris XTND interface to allow for external Translators.
  17. Version 2.0 - Changed name to: "BitMapsToEPS",  Added QuickTime support.
  18. Version 2.0.1 - Fix Bounding Box bug when saving selected area as EPS file.
  19.                        - Fix memory leak bug when saving PICT files
  20.                        - Resize window to size of image
  21.                        - cleaned up scrolling of image a little bit
  22.                        - Set selection rectangle to the whole image when picture is opened.
  23.                        - added QuickTime Preview & Opening of PICT files
  24.                        - added rotation of selected area, and paste option.
  25.                        - Fix menu states (eg. enable menu item only when they are valid).
  26. ======================================================
  27. XTND, Copyright © 1989-91 Claris Corporation
  28.  
  29. Converts the following Macintosh file formats to B&W Encapulated PostScript Files (EPSF) or B&W PICT files:
  30.  
  31. Built-in Import Translators:
  32. • MacPaint (B&W BitMap, 576 by 720)
  33. • StartUp Screens (B&W BitMap, 512 by 342)
  34. • PICT files (converted all PICT's to B&W BitMaps).
  35. • QuickTime Movie player (when QuickTime is installed).
  36.  
  37. See below for more detail description of file formats.
  38.  
  39. Supports XTND translators for importing graphics format as PICT's.  This requires "Claris XTND System" file, which comes with all Claris products and some other 3rd Party products.
  40.  
  41.  
  42. I have written a few XTND graphics translators, they are:
  43.  
  44. StartUpScreen - Reads Macintosh B&W Bitmaps 512 by 342 startup screens.
  45. Windows (BMP) - Reads MS-DOS's Windows BMP bitmap format.
  46.  
  47. Click and Drag the selection rectangle in the picture to mark the area to be saved or edited.  Use "Select all" from the Edit menu to save the whole image.
  48.  
  49.  
  50. Edit Menu    
  51. Use Cut to copy the area in the selection rectangle to PICT in the Clipboard, and erase the selected area.
  52. Use Copy to copy the area in the selection rectangle to PICT in the Clipboard.
  53. Use Paste to paste a PICT at the top, left corner of the selection rectangle.  If the option key is depressed, the picture is scaled to the selected rectangle.
  54. Use Clear to erase the selected area.
  55. Use Select All to select the entire image.
  56.  
  57. Use rotate to rotate the selected area 90 degrees clockwize, the rotated image becomes the selected area.  Hold down the option key to retain the old selected area.
  58.  
  59.  
  60. Options Dialog    
  61.  
  62. Use the "Options..." item in the Edit menu to set import/export options.  Defaults settings are displayed below:
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. This application support's System 7.0 "document dropping" feature.  To use this feature, drag one or more documents you would like to view onto the application, and release the mouse button when it is hilighted.
  88.  
  89. Current version does NOT include:
  90. • the option to copy EPS file in the clipboard.
  91. • the option to convert Color PICT to Grey Scale EPS BitMaps.
  92.  
  93.  
  94. StartUp Screens    
  95.  
  96. StartUp Screens  are B&W bitmaps with a size of 512 by 342.  The bitmap is stored on disk uncompressed.
  97.  
  98. This program converts all PICT files to B&W bitmaps coresponding to the original size.   It will save the selected area of the bitmap as a EPS file or a PICT file.
  99.  
  100. Macintosh File Type of: SCRN
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. MacPaint - B&W BitMaps    
  109.  
  110. MacPaint bitmaps are compressed black & white bitmaps with a size of 576 by 720.
  111.  
  112. This program converts all PICT files to B&W bitmaps coresponding to the original size.   It will save the selected area of the bitmap as a EPS file or a PICT file.
  113.  
  114. Macintosh File Type of: PNGT
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. PICT    
  123.  
  124. PICT file are the Macintosh native picture format.  It is storable as a resource of type 'PICT' or as a data file of type 'PICT'.  It is object oriented, and contains all the quick draw commands used to draw the image on the Macintosh screen (Font: Size, Style, type; Lines, circles, BitMaps, etc...).   
  125.  
  126. This program converts all PICT files to B&W bitmaps coresponding to the original size.   It will save the selected area of the bitmap as a EPS file or a PICT file.  If QuickTime is install, preview image can also be saved with it.  Selectable from the Options Dialog box. 
  127.  
  128. Macintosh File Type of: PICT
  129.  
  130.  
  131.  
  132.  
  133. EPSF - Encapulated PostScript Files    
  134.  
  135. Encapulated PostScript files are special PostScript programs with a special header describing the with and height of the image described by program.   Preview images on the Macintosh are 'PICT' resourses ID 256 stored in the resource fork of the Macintosh file.    Other platforms create hex dumps of bitmap as a preview image or include TIFF (Tag Image File Format) or Meta File and a special 24 byte header describing the offset and size of the PostScript program, and the Preview image (TIFF/Meta File). 
  136.  
  137. The selected area of the bitmap is saved as a Black & White bitmap in an EPS file format.  This program only creates Macintosh 'PICT' preview images, selectable from the Options Dialog box. 
  138.  
  139. Macintosh File Type of:  EPSF
  140.  
  141.  
  142.  
  143. QuickTime™    
  144. MooV - Movie file    
  145.  
  146. The Open... item in the File menu will play the selected QuickTime movie, in its ownn window.  You can use all the standard edit menu functions (Cut, Copy, Paste, and  Clear), but only resources of type "Moov"  can be pasted into a movie.
  147.  
  148. NOTE: This option requires QuickTime Exstension to be installed in the System Folder.
  149.  
  150.  
  151. Macintosh File Type of:  MooV
  152.  
  153. Picture file Compression    
  154.  
  155. QuickTime comess with routines for compressing files.  Any application that uses PICT files on Macintosh with QuickTime installed can de-compress these files.   
  156. • Custom ICON's are created and stored in the resource file which System 7 finder will display.  
  157. • The preview image is stored in the files as a PICT resource file.
  158.  
  159. I did not write the QuickTime code.  Most of it is from Apple's sample code, repackaged to work with this application.  The Movie playing is from  "Mini Edit Movie Stuff.c" and Compression code is from "SampleCompressPicture.c" both  slightly modified.  
  160.  
  161.  Thank you QuickTime development team & Apple DTS.
  162.  
  163.  
  164.  
  165. This on-line help    
  166.  
  167. This on-line help was created by James W. Walker's Show_help help library.  For more information on the help libary contact James W. Walker at:
  168.  
  169. e-mail:    CompuServe:  76367,2271
  170.                           Internet:  76367.2271@compuserve.com
  171.                America Online:  JWWalker
  172.  
  173. U.S. mail:  James W. Walker        or   James W. Walker
  174.                   3200 Heyward Street       Department of Mathematics
  175.                   Columbia, SC 29205        University of South Carolina
  176.                                                             Columbia, SC 29208